func image.yCbCrSize
3 uses
image (current package)
ycbcr.go#L147: func yCbCrSize(r Rectangle, subsampleRatio YCbCrSubsampleRatio) (w, h, cw, ch int) {
ycbcr.go#L176: w, h, cw, ch := yCbCrSize(r, subsampleRatio)
ycbcr.go#L300: w, h, cw, ch := yCbCrSize(r, subsampleRatio)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |